github.com/gotd/td/transport.wrappedConn.SetDeadline (method, view implemented interface methods)
10 uses
crypto/tls
conn.go#L142: return c.conn.SetDeadline(t)
golang.org/x/net/internal/socks
client.go#L27: c.SetDeadline(deadline)
client.go#L28: defer c.SetDeadline(noDeadline)
client.go#L42: c.SetDeadline(aLongTimeAgo)
net
dnsclient_unix.go#L182: c.SetDeadline(d)
net.go#L151: SetDeadline(t time.Time) error
net/http
server.go#L324: rwc.SetDeadline(time.Time{})
socks_bundle.go#L33: c.SetDeadline(deadline)
socks_bundle.go#L34: defer c.SetDeadline(socksnoDeadline)
socks_bundle.go#L48: c.SetDeadline(socksaLongTimeAgo)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |